webpack-contrib / node-loader

node loader for native modules
MIT License
119 stars 43 forks source link

concat directory separators instead of "/" to make it work on Windows… #40

Closed Gohan closed 3 years ago

Gohan commented 3 years ago

This PR contains a:

bugfix for #39 https://github.com/webpack-contrib/node-loader/issues/39

Motivation / Use-Case

Fix: windows platform dlopen path concat

codecov[bot] commented 3 years ago

Codecov Report

Merging #40 (602c32b) into master (cd1e9c0) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           13        13           
  Branches         3         3           
=========================================
  Hits            13        13           
Impacted Files Coverage Δ
src/index.js 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cd1e9c0...602c32b. Read the comment docs.

alexander-akait commented 3 years ago

Thanks