mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-25 05:51:04 -08:00
fix: tw log not change line
This commit is contained in:
parent
5651ea70c6
commit
28c1f3eb3c
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ export function executeScriptInTWContext(
|
|||
${scriptContentWithVariable}`);
|
||||
}
|
||||
// vm execution is Sync, so we can't get streambed result. return all console.log messages to user at once.
|
||||
const message = context.executionResults.join('\n\n');
|
||||
const message = `\n\n${context.executionResults.join('\n\n')}`;
|
||||
observer.next({ type: 'stdout', message });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue