File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 2
2
//Plain Javascript and Node.js is supported
3
3
// html/css is not supported here
4
4
5
+ console . log ( "Hello, Dcoder!" )
6
+ SQLite format 3
7
+ ^ ^ ^ ^ ^ ^ source_fi //Node.js 10.14.0
8
+ //Plain Javascript and Node.js is supported
9
+ // html/css is not supported here
10
+
5
11
console . log ( "Hello, Dcoder!" )
6
12
SQLite format 3
7
13
^ ^ ^ ^ ^ ^ source_file . js :7
@@ -15,3 +21,14 @@ SyntaxError: Invalid or unexpected token
15
21
at startup ( internal / bootstrap / node . js :283 :19 )
16
22
at bootstrapNodeJSCore ( internal / bootstrap / node . js :622 :3 )
17
23
Process finished with exit code 1.
24
+ le . js :7
25
+ SyntaxError: Invalid or unexpected token
26
+ at Module . _compile ( internal / modules / cjs / loader . js :723 :23 )
27
+ at Object . Module . _extensions . . js ( internal / modules / cjs / loader . js :789 :10 )
28
+ at Module . load ( internal / modules / cjs / loader . js :653 :32 )
29
+ at tryModuleLoad ( internal / modules / cjs / loader . js :593 :12 )
30
+ at Function . Module . _load ( internal / modules / cjs / loader . js :585 :3 )
31
+ at Function . Module . runMain ( internal / modules / cjs / loader . js :831 :12 )
32
+ at startup ( internal / bootstrap / node . js :283 :19 )
33
+ at bootstrapNodeJSCore ( internal / bootstrap / node . js :622 :3 )
34
+ Process finished with exit code 1.
You can’t perform that action at this time.
0 commit comments