mirror of
https://github.com/enso-org/enso.git
synced 2024-12-28 14:42:25 +03:00
Fix path to the module for the builtin dataflow error visualization. (https://github.com/enso-org/ide/pull/1779)
Original commit: 8afed22363
This commit is contained in:
parent
990bfa0a5f
commit
303c9a30cc
@ -39,7 +39,7 @@ x ->
|
||||
"#;
|
||||
|
||||
/// The context module for the `PREPROCESSOR_CODE`. See there.
|
||||
pub const PREPROCESSOR_MODULE:&str = "Standard.Base";
|
||||
pub const PREPROCESSOR_MODULE:&str = "Standard.Base.Main";
|
||||
|
||||
/// Get preprocessor configuration for error visualization.
|
||||
pub fn preprocessor() -> instance::PreprocessorConfiguration {
|
||||
|
Loading…
Reference in New Issue
Block a user