Skip to content
Snippets Groups Projects
Commit 00136165 authored by Mick Jordan's avatar Mick Jordan
Browse files

add comment

parent 3a805dc1
No related branches found
No related tags found
No related merge requests found
......@@ -321,6 +321,7 @@ final class REngine implements Engine, Engine.Timings {
PolyglotEngineRootNode(List<RSyntaxNode> statements, SourceSection sourceSection) {
super(TruffleRLanguage.class, sourceSection, new FrameDescriptor());
// can't print if initializing the system in embedded mode (no builtins yet)
this.printResult = !sourceSection.getSource().getName().equals(RSource.Internal.INIT_EMBEDDED.string);
this.statements = statements;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment