mirror of
https://github.com/koush/scrypted.git
synced 2026-04-16 21:30:26 +01:00
core/common: dont crash on script parse failure, add more node types
This commit is contained in:
@@ -115,7 +115,7 @@ export class ScriptCore extends ScryptedDeviceBase implements DeviceProvider, De
|
||||
}
|
||||
catch (e) {
|
||||
worker.terminate();
|
||||
throw e;
|
||||
// throw e;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user