Skip to content

Commit

Permalink
Use any character but : as tag (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraklin authored Oct 14, 2019
1 parent bc77930 commit 7494513
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 112 deletions.
4 changes: 1 addition & 3 deletions elm-app/src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ update : Msg -> Model -> ( Model, Cmd Msg )
update msg model =
let
_ =
Debug.log "Debug: " model

-- { number = "123", type_ = Just (Just 123) }
Debug.log "Debug with 2 numbers 7 chars like !_+))($ and emojis 💪 : " model
in
( model, Cmd.none )

Expand Down
2 changes: 1 addition & 1 deletion elm-app/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Elm } from './Main.elm';
import registerServiceWorker from './registerServiceWorker';
import { register } from '../../dist/elm-console-debug.js';

register({ simple_mode: true, debug: false, sizeLimit: 100 });
register({ simple_mode: false, debug: true, sizeLimit: 1000 });

Elm.Main.init({
node: document.getElementById('root'),
Expand Down
Loading

0 comments on commit 7494513

Please sign in to comment.