Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

A semicolon error #130

Open
ShaileshNayak-ops opened this issue Jul 30, 2021 · 0 comments
Open

A semicolon error #130

ShaileshNayak-ops opened this issue Jul 30, 2021 · 0 comments

Comments

@ShaileshNayak-ops
Copy link

On file dist/hint.js Object 9

var modData = require('./moduleData');
  MODULE_NAME = 'Modules',
  SEVERITY_WARNING = 2;

It must be this

var modData = require('./moduleData'),
  MODULE_NAME = 'Modules',
  SEVERITY_WARNING = 2;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant