Skip to content

Failed to activate the hex-pane package #299

Closed Answered by boregar
boregar asked this question in Community Package Help
Discussion options

You must be logged in to vote

Thanks, I also got the same error with the "num" variable. I guess someone added a "use strict" clause somewhere, which was not present in the Atom code.

So I got it running by adding the "let" instruction in the for loops:

for(let i = 0; i < string.length; i++) {...}

in the toAddress, toHex and toFormat functions
and adding the line

let num = '';

in the declarative part of the toAddress function.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by boregar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants