Skip to content

Commit

Permalink
cleanup(pty): remove pty.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Sep 20, 2017
1 parent e99010b commit cebf63b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion src/api/process.ts
@@ -1,5 +1,4 @@
import * as docker from './docker';
import { PtyInstance } from './pty';
import * as child_process from 'child_process';
import { generateRandomId, getFilePath } from './utils';
import { getRepositoryByBuildId } from './db/repository';
Expand Down
37 changes: 0 additions & 37 deletions src/api/pty.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/api/socket.ts
@@ -1,7 +1,6 @@
import * as ws from 'ws';
import * as uuid from 'uuid';
import { Observable, Observer, Subject, Subscription } from 'rxjs';
import { PtyInstance } from './pty';
import { logger, LogMessageType } from './logger';
import * as docker from './docker';
import {
Expand Down

0 comments on commit cebf63b

Please sign in to comment.