Skip to content

Commit

Permalink
fix worker
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalmishraa committed Sep 5, 2024
1 parent 78f74e6 commit de4a471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/worker-compiler/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async function runCommand(command: string, code: string, language: string, expec
}


if (expected_output !== stdout) {
if (expected_output + '\n' !== stdout) {
console.log(`expected_output: ${expected_output}, stdout: ${stdout}`);

resolve({
Expand Down

0 comments on commit de4a471

Please sign in to comment.