good morning!!!!

Skip to content
Snippets Groups Projects
Commit 5d15563e authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

PreProcess => PreParse

parent a3cc4b0b
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ func (i *Console) ParseInput(input string) bool {
case "contract":
fmt.Println("Contract editor (Ctrl-D = done)")
mainInput, initInput := mutan.PreProcess(i.Editor())
mainInput, initInput := mutan.PreParse(i.Editor())
mainScript, err := utils.Compile(mainInput)
if err != nil {
fmt.Println(err)
......
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