diff options
Diffstat (limited to 'cli/global_state.rs')
-rw-r--r-- | cli/global_state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/global_state.rs b/cli/global_state.rs index 9f5158332..716c7144a 100644 --- a/cli/global_state.rs +++ b/cli/global_state.rs @@ -247,7 +247,7 @@ impl GlobalState { } } else { CompiledModule { - code: out.source_code.to_string()?, + code: out.source_code, name: out.url.to_string(), } }; |