Fixing build error
This commit is contained in:
3
state.ts
3
state.ts
@@ -136,7 +136,8 @@ export const compileCode = async (activeId: number) => {
|
|||||||
state.compiling = false;
|
state.compiling = false;
|
||||||
toast.success('Compiled successfully!');
|
toast.success('Compiled successfully!');
|
||||||
console.log(json)
|
console.log(json)
|
||||||
} catch {
|
} catch (err) {
|
||||||
|
console.log(err)
|
||||||
state.logs.push({ type: 'error', message: 'Error occured while compiling!' })
|
state.logs.push({ type: 'error', message: 'Error occured while compiling!' })
|
||||||
state.compiling = false;
|
state.compiling = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user