mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
17 lines
320 B
Text
17 lines
320 B
Text
|
|
||
|
from [WILDLINE]root.ts:
|
||
|
1 | -console.log("root")
|
||
|
1 | +console.log('root');
|
||
|
|
||
|
|
||
|
from [WILDLINE]workspace[WILDCHAR]a[WILDCHAR]a.ts:
|
||
|
1 | -console.log("a");
|
||
|
1 | +console.log('a')
|
||
|
|
||
|
|
||
|
from [WILDLINE]workspace[WILDCHAR]b[WILDCHAR]b.ts:
|
||
|
1 | -console.log('a');
|
||
|
1 | +console.log("a");
|
||
|
|
||
|
error: Found 3 not formatted files in 7 files
|