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

serialization bug fix for missing arg

parent 9c4aa4f0
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ public abstract class ArgumentsNode extends RNode implements RSyntaxNode, Unmatc
state.setTagAsSymbol(name);
}
if (argument == null) {
throw RInternalError.unimplemented();
state.setCarMissing();
} else {
state.serializeNodeSetCar(argument);
}
......
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