Remove iframe when kernel is killed or restarted #63
Triggered via pull request
September 19, 2023 22:33
Status
Failure
Total duration
2m 49s
Artifacts
–
Annotations
10 errors and 1 warning
build:
src/widget.ts#L107
Do not use "@ts-ignore" because it alters compilation errors
|
build:
src/widget.ts#L107
Expected exception block, space or tab after '//' in comment
|
build:
src/widget.ts#L111
Insert `;`
|
build:
src/widget.ts#L122
Do not use "@ts-ignore" because it alters compilation errors
|
build:
src/widget.ts#L122
Expected exception block, space or tab after '//' in comment
|
build:
src/widget.ts#L123
Unexpected dangling '_' in '_context'
|
build:
src/widget.ts#L125
Replace `'change:kernel_active',·()·=>·this.onDisconnect("exiting"),·this)` with `⏎······'change:kernel_active',⏎······()·=>·this.onDisconnect('exiting'),⏎······this⏎····);`
|
build:
src/widget.ts#L127
Insert `⏎······`
|
build:
src/widget.ts#L128
Replace `if·(args·===·"restarting"·||·args·===·"terminating"·&&·!removed)` with `··if·(args·===·'restarting'·||·(args·===·'terminating'·&&·!removed))`
|
build:
src/widget.ts#L129
Insert `··`
|
build:
src/widget.ts#L127
Unexpected any. Specify a different type
|