1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

updated worker with result type-checking

This commit is contained in:
Steven Hugg
2021-08-08 13:40:19 -05:00
parent 505492d1c7
commit f073ce2350
6 changed files with 103 additions and 62 deletions
+1
View File
@@ -82,6 +82,7 @@ describe('Store', function () {
project.callbackBuildStatus = function (b) { msgs.push(b) };
project.callbackBuildResult = function (b) { msgs.push(1) };
var buildresult = {
output: [0],
listings: {
test: {
lines: [{ line: 3, offset: 61440, insns: 'a9 00', iscode: true }]