Skip to content

Commit 9c64f92

Browse files
Clean indenting of generated code
1 parent 2aa9766 commit 9c64f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/runtime-checks/script-overload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function stringifyScope (scope, scopePath) {
9191
}
9292
} else {
9393
output += `
94-
let ${varOutName} = ${valToString(value)};
94+
let ${varOutName} = ${JSON.stringify(value)};
9595
`
9696
}
9797
}

0 commit comments

Comments
 (0)