mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +00:00
remove unused class
This commit is contained in:
parent
62ca431cba
commit
a3b0b28db4
@ -805,17 +805,6 @@ export class ElectronMainApplication extends TheiaElectronMainApplication {
|
||||
}
|
||||
}
|
||||
|
||||
class InterruptWorkspaceRestoreError extends Error {
|
||||
public readonly isInterruptWorkspaceRestoreError = true;
|
||||
|
||||
constructor() {
|
||||
super(
|
||||
"Received 'open-file' event. Interrupting the default launch workflow."
|
||||
);
|
||||
Object.setPrototypeOf(this, InterruptWorkspaceRestoreError.prototype);
|
||||
}
|
||||
}
|
||||
|
||||
// This is a workaround for a limitation with the Theia CLI and `electron-builder`.
|
||||
// It is possible to run the `electron-builder` with `-c.extraMetadata.foo.bar=36` option.
|
||||
// On the fly, a `package.json` file will be generated for the final bundled application with the additional `{ "foo": { "bar": 36 } }` metadata.
|
||||
|
Loading…
x
Reference in New Issue
Block a user