Skip to content

Commit

Permalink
Fix path to the module for the builtin dataflow error visualization. (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
mwu-tow authored Aug 19, 2021
1 parent cf74020 commit 279ce2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 279ce2e

Please sign in to comment.