mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 21:03:24 -05:00
fix(client): show --fcc-actual-- for js lessons (#58445)
This commit is contained in:
committed by
GitHub
parent
d5151d5be5
commit
9e86617d47
@@ -171,7 +171,9 @@ ${e.data.testString}`)) as unknown;
|
||||
ctx.postMessage({
|
||||
err: {
|
||||
message: (err as Error).message,
|
||||
stack: (err as Error).stack
|
||||
stack: (err as Error).stack,
|
||||
expected: (err as { expected?: string }).expected,
|
||||
actual: (err as { actual?: string }).actual
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user