From dfe1b28476fe757000eaf50c0e2e1c447284cc8d Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Sat, 15 Jun 2019 09:28:29 -0700 Subject: [PATCH] Fix undefined toHex. --- js/cards/disk2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/cards/disk2.js b/js/cards/disk2.js index 27d3f78..e1f389c 100644 --- a/js/cards/disk2.js +++ b/js/cards/disk2.js @@ -10,7 +10,7 @@ */ import { base64_decode, base64_encode } from '../base64'; -import { bytify, debug } from '../util'; +import { bytify, debug, toHex } from '../util'; export const DISK_TYPES = ['dsk','d13','do','po','raw','nib','2mg'];