Skip to content

Commit 642c75b

Browse files
committed
js-to-ts-converter
js-to-ts-converter .\lib_src
1 parent 9f33be0 commit 642c75b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+35
-3
lines changed
File renamed without changes.
File renamed without changes.

lib_src/connection/ipc.js renamed to lib_src/connection/ipc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default IPC = class IPC {
4848
});
4949
}
5050

51-
handle(type, f) {
51+
handle(type, f?) {
5252
if (f != null) {
5353
return this.handlers[type] = f;
5454
} else {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)