Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 674757e

Browse files
authored
Merge pull request #306 from pycom/develop
new release (postinstall fix)
2 parents 9ad7a61 + 9ee897e commit 674757e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1301
-6399
lines changed

lib/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import { CompositeDisposable } from 'atom';
44
import Config from './config';
5-
const { fixbind } = require('fixbind')
65

76
const $ = require('jquery');
87

@@ -11,7 +10,6 @@ export default {
1110

1211
activate(state) {
1312

14-
// fixbind(require, '@serialport/bindings', {/** options */ })
1513
const _this = this;
1614
this.prepareSerialPort(error => {
1715
if (error) {

0 commit comments

Comments
 (0)