File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
src/shell/js/composeui-node-launcher/src Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- import { WindowConfig } from './WindowConfig ' ;
1
+ import { WindowConfig } from './windowConfig ' ;
2
2
import { Launcher } from './launcher.js' ;
3
3
4
4
export class BrowserWindow {
Original file line number Diff line number Diff line change 1
1
export { BrowserWindow } from './BrowserWindow.js' ;
2
2
export { Launcher } from './launcher.js' ;
3
- export { WindowConfig } from './WindowConfig .js' ;
3
+ export { WindowConfig } from './windowConfig .js' ;
4
4
export * from './cli/cli.js' ;
5
5
export { executeScriptFile } from './cli/executeScrtiptFile.js' ;
Original file line number Diff line number Diff line change 1
1
import { execFile } from 'child_process' ;
2
- import { WindowConfig } from './WindowConfig ' ;
2
+ import { WindowConfig } from './windowConfig ' ;
3
3
4
4
export class Launcher {
5
5
private processArgs ( config ?: WindowConfig ) {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments