mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
fix issue identified by linter
This commit is contained in:
parent
6cb9cf8a72
commit
a3d592d984
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export function activate(ctx: ApplicationContext) {
|
|||
}
|
||||
|
||||
try {
|
||||
return ReadSketch(JSON.parse(savedSketch), sketchId, true);
|
||||
return ReadSketch(JSON.parse(savedSketch), sketchId);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue