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:
Michał Wawrzyniec Urbańczyk 2021-08-19 11:55:39 +02:00 committed by GitHub
parent 990bfa0a5f
commit 303c9a30cc

View File

@ -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 {