mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Use relative requires to vendored stringscore
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
stringScore = require 'stringscore'
|
||||
stringScore = require '../vendor/stringscore'
|
||||
path = require 'path'
|
||||
|
||||
module.exports = (candidates, query, options={}) ->
|
||||
|
||||
Reference in New Issue
Block a user