We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa36811 commit c4b6e1eCopy full SHA for c4b6e1e
1 file changed
apps_script/quickstart/quickstart.py
@@ -43,7 +43,7 @@
43
'files': [{
44
'name': 'hello',
45
'type': 'SERVER_JS',
46
- 'source': 'function helloWorld() {\n console.log("Hello, world!");}'
+ 'source': 'function helloWorld() {\n console.log("Hello, world!");\n}'
47
}, {
48
'name': 'appsscript',
49
'type': 'JSON',
0 commit comments