Fix color bug
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ impl TryFrom<u8> for Opcode {
|
||||
40 => Popr,
|
||||
41 => Peekr,
|
||||
42 => Debug,
|
||||
other => return Err(InvalidOpcode(other))
|
||||
other => return Err(InvalidOpcode(other)),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user