fix(client): return frame-runner err correctly
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
79105af50d
commit
39b4aff4f8
@@ -98,7 +98,7 @@ async function initTestFrame(e = { code: {} }) {
|
||||
console.error(err);
|
||||
}
|
||||
// return the error so that the curriculum tests are more informative
|
||||
return err;
|
||||
return { err };
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user