Skip to content

Commit e4b0981

Browse files
Alpha ident generation
1 parent c66d53f commit e4b0981

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
@@ -115,7 +115,7 @@ function stringifyScope (scope, scopePath) {
115115
}
116116
} else {
117117
output += `
118-
let ${varOutName} = ${JSON.stringify(value)};
118+
let ${varOutName} = ${valToString(value)};
119119
`
120120
}
121121
}

0 commit comments

Comments
 (0)