diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2020-01-24 22:15:31 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2020-01-24 08:15:31 -0500 |
commit | bc89f04cbf5e7a8480331eea77e57a100c8179d7 (patch) | |
tree | cb5b466f1169872f1e47d68926c27fbbd1509c3f /cli/lib.rs | |
parent | a6a7253df9129b51255d45bf996d9a335c809ace (diff) |
Add signal handlers (#3757)
Diffstat (limited to 'cli/lib.rs')
-rw-r--r-- | cli/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lib.rs b/cli/lib.rs index 9753e4c4c..4a08f40c6 100644 --- a/cli/lib.rs +++ b/cli/lib.rs @@ -44,7 +44,7 @@ mod progress; mod repl; pub mod resolve_addr; mod shell; -mod signal; +pub mod signal; pub mod source_maps; mod startup_data; pub mod state; |