Skip to content

Commit a0c2212

Browse files
trigger build
1 parent 8d13f53 commit a0c2212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/adapter/sources.ts

+1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ export class Source {
222222

223223
// pad for the inline source offset, see
224224
// https://github.com/microsoft/vscode-js-debug/issues/736
225+
// trigger build
225226
if (this.inlineScriptOffset?.lineOffset) {
226227
content = '\n'.repeat(this.inlineScriptOffset.lineOffset) + content;
227228
}

0 commit comments

Comments
 (0)