Skip to content

Commit

Permalink
julefmt: update to latest std/jule/token
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Oct 1, 2024
1 parent 8f489d0 commit 73e078c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.jule
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fn formatFile(path: str) {
outln("error: file could not read: " + path)
ret
})
mut errors := token::Lex(file, token::Mode.Comment)
mut errors := token::Lex(file, token::LexMode.Comment)
if len(errors) > 0 {
outln("error: file could not formatted, have error(s): " + path)
ret
Expand Down

0 comments on commit 73e078c

Please sign in to comment.