abe33 / abe33/atom-color-highlight
Error: Arguments to path.resolve must be strings
- Linguagem predominante
- CoffeeScript
- Estrelas
- 80
- Forks
- 8
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I found this error on console and I noticed that it is caused by this package and by the [atom-project-palette-finder](https://github.com/abe33/atom-project-palette-finder/) package.
It occurs when I launch Atom and I have one of your packages enabled. It occurs even when I try to enable one of the two package.
I'm using Atom Version `0.177.0`.
```
Arguments to path.resolve must be strings TypeError: Arguments to path.resolve must be strings
at Object.posix.resolve (path.js:423:13)
at new PathScanner (/Applications/Atom.app/Contents/Resources/app/node_modules/scandal/lib/path-scanner.js:25:28)
at Object.module.exports (/Applications/Atom.app/Contents/Resources/app/src/scan-handler.js:12:15)
at process. (/Applications/Atom.app/Contents/Resources/app/src/task-bootstrap.js:84:10)
at process.emit (events.js:119:17)
at handleMessage (child_process.js:326:10)
at Pipe.channel.onread (child_process.js:354:11)
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
The error originates from path.resolve in the PathScanner from Atom's scandal module. Examine the package's entry point and any path scanning logic to see what non-string argument is being passed. Look at how the package interacts with atom-project-palette-finder. Reproduce by launching Atom with the package enabled and checking the console.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- nodejs
- Domínio
- devtools
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 45/100