Skip to content

Commit c6d8219

Browse files
committed
linebreak
1 parent 5511582 commit c6d8219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shell-api/bin/api-postprocess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async function main() {
115115
'utf8'
116116
);
117117

118-
const code = (result?.code ?? '') + apiGlobals;
118+
const code = (result?.code ?? '') + '\n' + apiGlobals;
119119
/*
120120
code += `
121121
// REPLACEME

0 commit comments

Comments
 (0)