summaryrefslogtreecommitdiff
path: root/test/addons-napi/test_error/binding.gyp
blob: 8e80d2bfa28fb9e0c93ec7399c57f9edabecdf54 (plain)
1
2
3
4
5
6
7
8
{
  "targets": [
    {
      "target_name": "binding",
      "sources": [ "test_error.cc" ]
    }
  ]
}