Skip to content

Commit 50b3943

Browse files
committed
chore: rename main_GOOS.go -> signals_GOOS.go
1 parent 1d08fca commit 50b3943

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const Name = "murex"
1717
const (
1818
Major = 7
1919
Minor = 2
20-
Revision = 62
20+
Revision = 63
2121
)
2222

2323
var (

main_js.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
"github.com/lmorg/murex/config/profile"
1414
"github.com/lmorg/murex/lang"
1515
"github.com/lmorg/murex/shell"
16-
signalhandler "github.com/lmorg/murex/shell/signal_handler"
1716
"github.com/lmorg/murex/utils/ansi"
1817
"github.com/lmorg/readline/v4"
1918
)
@@ -124,7 +123,8 @@ func wasmKeyPress() js.Func {
124123
})
125124
}
126125

126+
/*
127127
func registerSignalHandlers(interactiveMode bool) {
128128
signalhandler.Handlers = &signalhandler.SignalFunctionsT{}
129129
signalhandler.EventLoop(interactiveMode)
130-
}
130+
}*/
File renamed without changes.
File renamed without changes.
File renamed without changes.

version.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)