mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
Typo (#497)
This commit is contained in:
parent
2f4ce50d06
commit
79128a1d1e
@ -41,7 +41,7 @@ fn main() {
|
|||||||
.map_err(|mut e| {
|
.map_err(|mut e| {
|
||||||
e.emit();
|
e.emit();
|
||||||
})
|
})
|
||||||
.expect("failed to parser module");
|
.expect("Failed to parse module.");
|
||||||
|
|
||||||
println!("Tokens: {:?}", parser.input().take());
|
println!("Tokens: {:?}", parser.input().take());
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user